home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.3 Development Libraries / SGI IRIX 6.3 Development Libraries.iso / dist / dist6.3 / ViewKit_dev.idb / usr / include / Vk / VkMsgSessionUtils.h.z / VkMsgSessionUtils.h
C/C++ Source or Header  |  1996-09-20  |  474b  |  24 lines

  1. #ifndef VK_MSG_SESSION_UTILS
  2. #define VK_MSG_SESSION_UTILS
  3.  
  4. #include <X11/Xlib.h>
  5. #include <malloc.h>
  6.  
  7. #define VK_SESSION_PROPERTY    "_SGI_VK_SESSION"
  8.  
  9. #ifdef __cplusplus            /* do not leave open across includes */
  10. extern "C" {                    /* for C++ V2.0 */
  11. #endif
  12.  
  13. extern char *VkMsgGetWindowIDSession(Display *dpy, char *window);
  14.  
  15. extern char *VkMsgGetWindowSession(Display *dpy, Window win);
  16.  
  17. extern char *VkMsgSelectWindowSession(Display *dpy);
  18.  
  19. #ifdef __cplusplus
  20. }
  21. #endif
  22.  
  23. #endif
  24.